projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f238945
)
need to temporary add a load path
author
Andrea Corallo
<andrea_corallo@yahoo.it>
Mon, 2 Sep 2019 15:37:47 +0000
(17:37 +0200)
committer
Andrea Corallo
<akrl@sdf.org>
Wed, 1 Jan 2020 10:37:43 +0000
(11:37 +0100)
test/src/comp-tests.el
patch
|
blob
|
history
diff --git
a/test/src/comp-tests.el
b/test/src/comp-tests.el
index fa87b7f454c24d0a69248a883a9e00c625314ae6..71a36ed5914a9ee5b7a714eca8e6550ff5cc980e 100644
(file)
--- a/
test/src/comp-tests.el
+++ b/
test/src/comp-tests.el
@@
-51,15
+51,7
@@
(defvar comp-tests-var1 3)
-;; (defmacro comp-ert-deftest (name &rest body)
-;; (declare (indent defun))
-;; `(progn
-;; ,@(cl-loop for speed from 0 to 3
-;; for test-name = (comp-mashup name "-speed-"
-;; (number-to-string speed))
-;; collect `(ert-deftest ,test-name ()
-;; (let ((comp-speed ,speed))
-;; ,body)))))
+(add-to-list 'load-path "/home/andcor03/emacs/src")
(ert-deftest comp-tests-varref ()
"Testing varref."